home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pswo10.zip / _SETUP.1 / WIO32S.EXE / 0 / RCDATA / TPERCENTDLG / TPERCENTDLG.txt
Text File  |  1996-10-04  |  583b  |  30 lines

  1. object PercentDlg: TPercentDlg
  2.   Left = 139
  3.   Top = 191
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 76
  8.   ClientWidth = 357
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   TextHeight = 16
  18.   object Percent1: TPercent
  19.     Left = 30
  20.     Top = 21
  21.     Width = 297
  22.     Height = 33
  23.     PercentColor = clGreen
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'System'
  27.     Font.Style = []
  28.   end
  29. end
  30.